From: Alan Mackenzie Date: Fri, 11 Sep 2009 20:05:11 +0000 (+0000) Subject: (Fsend_string_to_terminal): Amend doc string to cover batch mode. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~10544 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=b5a18d1190135eacc78df1c8a985e6b81ee1e0e3;p=emacs.git (Fsend_string_to_terminal): Amend doc string to cover batch mode. --- diff --git a/src/dispnew.c b/src/dispnew.c index 22a876c8d17..e43a1a9869e 100644 --- a/src/dispnew.c +++ b/src/dispnew.c @@ -6469,8 +6469,9 @@ DEFUN ("send-string-to-terminal", Fsend_string_to_terminal, Control characters in STRING will have terminal-dependent effects. Optional parameter TERMINAL specifies the tty terminal device to use. -It may be a terminal object, a frame, or nil for the terminal used by the -currently selected frame. */) +It may be a terminal object, a frame, or nil for the terminal used by +the currently selected frame. In batch mode, STRING is sent to stdout +when TERMINAL is nil. */) (string, terminal) Lisp_Object string; Lisp_Object terminal;